SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 58554: "Template Not Found" error occurs when you view a workflow diagram in SAS® Workflow Administrator

DetailsAboutRate It

You can use SAS Workflow Administrator to view the workflow diagram for a business object in some SAS® solutions, such as SAS® Enterprise GRC or SAS® Enterprise Case Management. However, you might see the following error when you attempt to view the workflow diagram:

The process template for this instance could not be found. Please contact your system administrator.

For example, you might see an error similar to the following:


image label

To work around the problem, modify the web.xml file in the SAS-configuration-directory\Web\WebAppServer\SASServer7_1\sas_webapps\sas.workflow.adminconsole.war\WEB-INF\ directory. Change the value of the targetBeanName parameter for the SanitizingRequestFilter filter from sanitizingFilter to sanitizingRequestFilter, as shown below:

Change the following:

<filter> <filter-name>SanitizingRequestFilter</filter-name> <filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class> <init-param> <param-name>targetBeanName</param-name> <param-value>sanitizingFilter</param-value> </init-param> <init-param> <param-name>targetFilterLifecycle</param-name> <param-value>true</param-value> </init-param> </filter>

to:

<filter> <filter-name>SanitizingRequestFilter</filter-name> <filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class> <init-param> <param-name>targetBeanName</param-name> <param-value>sanitizingRequestFilter</param-value> </init-param> <init-param> <param-name>targetFilterLifecycle</param-name> <param-value>true</param-value> </init-param> </filter>

After making the change, restart SASServer7_1.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Workflow Administrator64-bit Enabled AIX1.41.4_M39.4 TS1M29.4 TS1M4
64-bit Enabled Solaris1.41.4_M39.4 TS1M29.4 TS1M4
HP-UX IPF1.41.4_M39.4 TS1M29.4 TS1M4
Linux for x641.41.4_M39.4 TS1M29.4 TS1M4
Solaris for x641.41.4_M39.4 TS1M29.4 TS1M4
Microsoft® Windows® for x641.41.4_M39.4 TS1M29.4 TS1M4
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.